FootnotesPosition Enumeration

Represents a position for a footnote.

Definition

Namespace: Independentsoft.Office.Odf
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum FootnotesPosition

Members

Text0 Define position for a footnote at the page where the footnote citation is located, immediately below the page's text.
Page1 Define position for a footnote at the bottom of the page where the footnote citation is located.
Section2 Define position for a footnote at the end of the section.
Document3 Define position for a footnote at the end of the document.
None4 None.

See Also